type runtime.structtype

7 uses

	runtime (current package)
		alg.go#L237: 		s := (*structtype)(unsafe.Pointer(t))
		alg.go#L304: 		s := (*structtype)(unsafe.Pointer(t))
		cgocall.go#L682: 		st := (*structtype)(unsafe.Pointer(t))
		type.go#L69: 		st := (*structtype)(unsafe.Pointer(t.Type))
		type.go#L413: type structtype = abi.StructType
		type.go#L620: 		st := (*structtype)(unsafe.Pointer(t))
		type.go#L621: 		sv := (*structtype)(unsafe.Pointer(v))